[INFO] cloning repository https://github.com/jordan-castro/pixel_mods
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jordan-castro/pixel_mods" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordan-castro%2Fpixel_mods", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordan-castro%2Fpixel_mods'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e82a561e16d980f572ef214dafb70776e703f77
[INFO] fixing jordan-castro/pixel_mods against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjordan-castro%2Fpixel_mods" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jordan-castro/pixel_mods
[INFO] finished tweaking git repo https://github.com/jordan-castro/pixel_mods
[INFO] tweaked toml for git repo https://github.com/jordan-castro/pixel_mods written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jordan-castro/pixel_mods on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jordan-castro/pixel_mods already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.10
[INFO] [stderr]   Downloaded cbindgen v0.29.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 845296dfd7ab10693123874a96f97419491b2c1af183d0c9c69469e72a87d47d
[INFO] running `Command { std: "docker" "start" "845296dfd7ab10693123874a96f97419491b2c1af183d0c9c69469e72a87d47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "845296dfd7ab10693123874a96f97419491b2c1af183d0c9c69469e72a87d47d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "845296dfd7ab10693123874a96f97419491b2c1af183d0c9c69469e72a87d47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "845296dfd7ab10693123874a96f97419491b2c1af183d0c9c69469e72a87d47d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling zmij v1.0.10
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling cbindgen v0.29.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pixelscript v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4152
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...:: c_int , pub _IO_read_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _...
[INFO] [stdout]   |                   ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_ptr`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4209
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub ...
[INFO] [stdout]   |                   ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4266
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_write_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4324
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub ...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_write_ptr` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4383
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_write_end` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4441
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_buf_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4499
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _I...
[INFO] [stdout]   |                   ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_buf_end` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4556
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...:: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub ...
[INFO] [stdout]   |                    ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_save_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4612
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pu...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_backup_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4670
[INFO] [stdout]   |
[INFO] [stdout] 3 | ..._char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _...
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_backup_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4152
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...:: c_int , pub _IO_read_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _...
[INFO] [stdout]   |                   ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_ptr`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_save_end` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4730
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _markers : * mut _IO_marker , pub _chain : * mut _IO_FILE ...
[INFO] [stdout]   |                   ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4209
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...: c_char , pub _IO_read_end : * mut :: std :: os :: raw :: c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub ...
[INFO] [stdout]   |                   ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4266
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... c_char , pub _IO_read_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_write_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4324
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...c_char , pub _IO_write_base : * mut :: std :: os :: raw :: c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub ...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_write_ptr` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4383
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... c_char , pub _IO_write_ptr : * mut :: std :: os :: raw :: c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub ...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_write_end` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4441
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... c_char , pub _IO_write_end : * mut :: std :: os :: raw :: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_buf_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4499
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...: c_char , pub _IO_buf_base : * mut :: std :: os :: raw :: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _I...
[INFO] [stdout]   |                   ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_buf_end` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4556
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...:: c_char , pub _IO_buf_end : * mut :: std :: os :: raw :: c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub ...
[INFO] [stdout]   |                    ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_save_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4612
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... c_char , pub _IO_save_base : * mut :: std :: os :: raw :: c_char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pu...
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_backup_base` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4670
[INFO] [stdout]   |
[INFO] [stdout] 3 | ..._char , pub _IO_backup_base : * mut :: std :: os :: raw :: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _...
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_backup_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_save_end` should have a snake case name
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/pixelscript-95c8f71319e93813/out/quickjsng_bindings.rs:3:4730
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...: c_char , pub _IO_save_end : * mut :: std :: os :: raw :: c_char , pub _markers : * mut _IO_marker , pub _chain : * mut _IO_FILE ...
[INFO] [stdout]   |                   ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_core.rs:70:16
[INFO] [stdout]     |
[INFO] [stdout]  70 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_arena.rs:108:26
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_arena.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_arena.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_ft.rs:88:26
[INFO] [stdout]     |
[INFO] [stdout]  88 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_arena.rs:138:16
[INFO] [stdout]     |
[INFO] [stdout] 138 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_ft.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_ft.rs:108:26
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_ft.rs:116:16
[INFO] [stdout]     |
[INFO] [stdout] 116 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_objects.rs:180:26
[INFO] [stdout]     |
[INFO] [stdout] 180 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_objects.rs:208:26
[INFO] [stdout]     |
[INFO] [stdout] 208 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_objects.rs:228:26
[INFO] [stdout]     |
[INFO] [stdout] 228 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_objects.rs:236:16
[INFO] [stdout]     |
[INFO] [stdout] 236 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pixelscript::shared::utils::execute_code`
[INFO] [stdout]    --> tests/test_lua.rs:22:100
[INFO] [stdout]     |
[INFO] [stdout]  22 | ...ect, pxs_Runtime, utils::{CStringSafe, execute_code}, var::{pxs_Var, pxs_VarT, pxs_VarType}
[INFO] [stdout]     |                                           ^^^^^^^^^^^^ no `execute_code` in `shared::utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_threads.rs:26:26
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_threads.rs:36:26
[INFO] [stdout]     |
[INFO] [stdout]  36 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_list_hostobjects.rs:69:26
[INFO] [stdout]     |
[INFO] [stdout]  69 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_threads.rs:46:26
[INFO] [stdout]     |
[INFO] [stdout]  46 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_threads.rs:54:16
[INFO] [stdout]     |
[INFO] [stdout]  54 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_threads.rs:59:24
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 utils::setup_pxs();
[INFO] [stdout]     |                        ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_vars.rs:120:26
[INFO] [stdout]     |
[INFO] [stdout] 120 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_vars.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_vars.rs:167:26
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_vars.rs:175:16
[INFO] [stdout]     |
[INFO] [stdout] 175 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_execute.rs:26:26
[INFO] [stdout]     |
[INFO] [stdout]  26 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_list_hostobjects.rs:77:16
[INFO] [stdout]     |
[INFO] [stdout]  77 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_execute.rs:36:26
[INFO] [stdout]     |
[INFO] [stdout]  36 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_execute.rs:45:26
[INFO] [stdout]     |
[INFO] [stdout]  45 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_execute.rs:53:16
[INFO] [stdout]     |
[INFO] [stdout]  53 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pixelscript::shared::utils::execute_code`
[INFO] [stdout]    --> tests/test_all.rs:21:21
[INFO] [stdout]     |
[INFO] [stdout]  21 |             utils::{execute_code}
[INFO] [stdout]     |                     ^^^^^^^^^^^^ no `execute_code` in `shared::utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PixelScript`, `lua::LuaScripting`, and `python::PythonScripting`
[INFO] [stdout]   --> tests/test_all.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         lua::LuaScripting, python::PythonScripting, shared::{
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 |             PixelScript, PtrMagic,
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_example.rs:27:26
[INFO] [stdout]     |
[INFO] [stdout]  27 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_example.rs:37:26
[INFO] [stdout]     |
[INFO] [stdout]  37 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_example.rs:47:26
[INFO] [stdout]     |
[INFO] [stdout]  47 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_example.rs:55:16
[INFO] [stdout]     |
[INFO] [stdout]  55 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pixelscript` (test "test_execute") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pixelscript` (test "test_core") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pixelscript` (test "test_vars") due to 4 previous errors
[INFO] [stderr] error: could not compile `pixelscript` (test "test_threads") due to 5 previous errors
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_clearstate.rs:93:26
[INFO] [stdout]     |
[INFO] [stdout]  93 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_clearstate.rs:106:26
[INFO] [stdout]     |
[INFO] [stdout] 106 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_clearstate.rs:119:26
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_clearstate.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 141 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_clearstate.rs:145:20
[INFO] [stdout]     |
[INFO] [stdout] 145 |             utils::setup_pxs();
[INFO] [stdout]     |                    ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_clearstate.rs:151:20
[INFO] [stdout]     |
[INFO] [stdout] 151 |             utils::setup_pxs();
[INFO] [stdout]     |                    ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_clearstate.rs:157:20
[INFO] [stdout]     |
[INFO] [stdout] 157 |             utils::setup_pxs();
[INFO] [stdout]     |                    ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pixelscript` (test "test_list_hostobjects") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_refcount.rs:75:26
[INFO] [stdout]     |
[INFO] [stdout]  75 |         let res = utils::execute_code(py_script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_refcount.rs:87:26
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let res = utils::execute_code(lua_script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_refcount.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let res = utils::execute_code(js_script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_refcount.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_module` in module `utils`
[INFO] [stdout]    --> tests/test_refcount.rs:108:34
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let test_module = utils::create_module("test");
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:81:8
[INFO] [stdout]     |
[INFO] [stdout]  80 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout]  81 | pub fn create_module(name: &str) -> *mut pxs_Module {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pixelscript` (test "test_arena") due to 4 previous errors
[INFO] [stderr] error: could not compile `pixelscript` (test "test_ft") due to 4 previous errors
[INFO] [stderr] error: could not compile `pixelscript` (test "test_example") due to 4 previous errors
[INFO] [stdout] warning: unused variable: `len`
[INFO] [stdout]   --> tests/test_all.rs:97:17
[INFO] [stdout]    |
[INFO] [stdout] 97 |             let len = pxs_listlen(args);
[INFO] [stdout]    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_len`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pixelscript` (test "test_lua") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_module` in module `utils`
[INFO] [stdout]   --> tests/test_raise.rs:29:29
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let module = utils::create_module("test_raise");
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/shared/utils.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 81 | pub fn create_module(name: &str) -> *mut pxs_Module {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `add_function` in module `utils`
[INFO] [stdout]   --> tests/test_raise.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 |         utils::add_function(module, "call", call);
[INFO] [stdout]    |                ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/shared/utils.rs:92:8
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 92 | pub fn add_function(module: *mut pxs_Module, name: &str, function: pxs_Func) {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_raise.rs:44:22
[INFO] [stdout]     |
[INFO] [stdout]  44 |     let res = utils::execute_code(py_script, "<test>", pxs_Runtime::pxs_Python);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_raise.rs:59:22
[INFO] [stdout]     |
[INFO] [stdout]  59 |     let res = utils::execute_code(lua_script, "<test>", pxs_Runtime::pxs_Lua);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `execute_code` in module `utils`
[INFO] [stdout]    --> tests/test_raise.rs:74:26
[INFO] [stdout]     |
[INFO] [stdout]  74 |         let res = utils::execute_code(script, "<test>", pxs_Runtime::pxs_JavaScript);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 110 | pub fn execute_code(code: &str, file_name: &str, runtime: pxs_Runtime) -> pxs_Var {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup_pxs` in module `utils`
[INFO] [stdout]    --> tests/test_raise.rs:82:16
[INFO] [stdout]     |
[INFO] [stdout]  82 |         utils::setup_pxs();
[INFO] [stdout]     |                ^^^^^^^^^ not found in `utils`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/shared/utils.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `testing` feature
[INFO] [stdout] 145 | pub fn setup_pxs() {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pixelscript` (test "test_objects") due to 4 previous errors
[INFO] [stderr] error: could not compile `pixelscript` (test "test_all") due to 1 previous error; 2 warnings emitted
[INFO] [stderr] error: could not compile `pixelscript` (test "test_clearstate") due to 7 previous errors
[INFO] [stderr] error: could not compile `pixelscript` (test "test_refcount") due to 5 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pixelscript` (test "test_raise") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "845296dfd7ab10693123874a96f97419491b2c1af183d0c9c69469e72a87d47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "845296dfd7ab10693123874a96f97419491b2c1af183d0c9c69469e72a87d47d", kill_on_drop: false }`
[INFO] [stdout] 845296dfd7ab10693123874a96f97419491b2c1af183d0c9c69469e72a87d47d
